home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / plybttns.hqx / Polybuttons / background_2588.txt < prev    next >
Encoding:
Text File  |  1990-09-30  |  1.6 KB  |  80 lines

  1. -- background: 2588 from stack: in
  2. -- bmap block id: 3285
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. -- <next> 1 302,265,490,340
  8. -- 58,57 10,-24 72,1 -6,12 27,0 0,-13 17,21 -17,15 -1,-9 -57,4 14,-16 -59,9
  9. -- <prev> 2 99,290,234,327
  10. -- 0,13 43,-13 -10,10 63,-1 -8,9 47,-1 -12,18 -58,2 1,-8 -42,-2 -1,9 -23,-23
  11. -- <>
  12.  
  13. on mouseDown
  14.   if polybutton(the script of this bg) is "pass" then pass mouseDown
  15. end mouseDown
  16.  
  17. on next
  18.   go to next card
  19. end next
  20.  
  21. on prev
  22.   go to prev card
  23. end prev
  24.  
  25. on openCard
  26.   get "Card " & the number of this card & " of " & the number of cards
  27.   put it into bg fld "Card Number"
  28.   pass openCard
  29. end openCard
  30.  
  31.  
  32.  
  33. -- part 1 (button)
  34. -- low flags: 00
  35. -- high flags: A004
  36. -- rect: left=28 top=288 right=335 bottom=75
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 20098 / 20098
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Home
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   lock screen
  48.   go home
  49.   unlock screen with dissolve
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 26 (field)
  55. -- low flags: 01
  56. -- high flags: 0000
  57. -- rect: left=31 top=11 right=271 bottom=485
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: 
  66.  
  67.  
  68. -- part 27 (field)
  69. -- low flags: 00
  70. -- high flags: 0002
  71. -- rect: left=247 top=302 right=323 bottom=350
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Card Number
  80.